-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: make demo readme more clear for new developers #974
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
572cc22
to
c446413
Compare
examples/ui-demo/README.md
Outdated
npm install | ||
# or | ||
yarn install | ||
# or | ||
pnpm install | ||
# or | ||
bun install |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we use yarn
everywhere so we should just have this be that
examples/ui-demo/README.md
Outdated
npm build | ||
# or | ||
yarn build | ||
# or | ||
pnpm build | ||
# or | ||
bun build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have some very nitpicky comments. I'm contributing!
examples/ui-demo/README.md
Outdated
|
||
First, run the development server: | ||
## Setup your Enviornment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: typo "enviornment" -> "environment", Also "your" should be capitalized in titles, it's only articles and prepositions that aren't. Also, "Setup" -> "Set Up": "setup" is a noun but "set up" is a verb.
examples/ui-demo/README.md
Outdated
|
||
First, run the development server: | ||
## Setup your Enviornment | ||
1. Ensure you have the right npm version corresponding to the `/aa-sdk/.nvmrc` file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's actually the node version, not the npm version.
examples/ui-demo/README.md
Outdated
## Setup your Enviornment | ||
1. Ensure you have the right npm version corresponding to the `/aa-sdk/.nvmrc` file. | ||
2. Go to Alchemy's Dashboard, and setup an [account config](https://dashboard.alchemy.com/accounts/config/create). | ||
1. For local developement set the configuration with a redirect url to http://localhost:3000. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo: "developement" -> "development"
examples/ui-demo/README.md
Outdated
First, run the development server: | ||
## Setup your Enviornment | ||
1. Ensure you have the right npm version corresponding to the `/aa-sdk/.nvmrc` file. | ||
2. Go to Alchemy's Dashboard, and setup an [account config](https://dashboard.alchemy.com/accounts/config/create). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(Very nit) As above, "setup" -> "set up".
c446413
to
fdb1368
Compare
Pull Request Checklist
yarn test
)site
folder, and guidelines for updating/adding docs can be found in the contribution guide)feat!: breaking change
)yarn lint:check
) and fix any issues? (yarn lint:write
)PR-Codex overview
This PR updates the
README.md
in theexamples/ui-demo
directory to improve clarity and organization regarding setup instructions.Detailed summary
## Getting Started
to# Getting Started
.## Setup your Environment
with detailed steps for environment configuration.## Install Dependencies
with installation instructions.## Build the aa-sdk Libraries
with build instructions.## Start the Server
with instructions to start the server.